home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / utilwb / mf4fxdsk.lha / fax_for_MTerm4.0 / source / fax_cat.h < prev    next >
C/C++ Source or Header  |  1996-05-03  |  2KB  |  53 lines

  1. #ifndef fax_CAT_H
  2. #define fax_CAT_H
  3.  
  4. #include <exec/types.h>
  5. #include <libraries/locale.h>
  6.  
  7. /* Prototypes */
  8. extern void OpenAppCatalog(struct Locale *, STRPTR);
  9. extern void CloseAppCatalog(void);
  10. extern char *GetFaxString(APTR);
  11.  
  12. /* Definitions */
  13. extern const APTR _MSG_AppDescription;
  14. #define MSG_AppDescription ((APTR) &_MSG_AppDescription)
  15. extern const APTR _MSG_AppCopyright;
  16. #define MSG_AppCopyright ((APTR) &_MSG_AppCopyright)
  17. extern const APTR _MSG_Fax_Win;
  18. #define MSG_Fax_Win ((APTR) &_MSG_Fax_Win)
  19. extern const APTR _MSG_MNlabel1Projekt;
  20. #define MSG_MNlabel1Projekt ((APTR) &_MSG_MNlabel1Projekt)
  21. extern const APTR _MSG_MNlabel1ber;
  22. #define MSG_MNlabel1ber ((APTR) &_MSG_MNlabel1ber)
  23. extern const APTR _MSG_MNlabel1berChar;
  24. #define MSG_MNlabel1berChar ((APTR) &_MSG_MNlabel1berChar)
  25. extern const APTR _MSG_MNlabel1Beenden;
  26. #define MSG_MNlabel1Beenden ((APTR) &_MSG_MNlabel1Beenden)
  27. extern const APTR _MSG_MNlabel1BeendenChar;
  28. #define MSG_MNlabel1BeendenChar ((APTR) &_MSG_MNlabel1BeendenChar)
  29. extern const APTR _MSG_BT_Printer;
  30. #define MSG_BT_Printer ((APTR) &_MSG_BT_Printer)
  31. extern const APTR _MSG_BT_Spooler;
  32. #define MSG_BT_Spooler ((APTR) &_MSG_BT_Spooler)
  33. extern const APTR _MSG_BT_Logbook;
  34. #define MSG_BT_Logbook ((APTR) &_MSG_BT_Logbook)
  35. extern const APTR _MSG_BT_Config;
  36. #define MSG_BT_Config ((APTR) &_MSG_BT_Config)
  37. extern const APTR _MSG_BT_Desktop;
  38. #define MSG_BT_Desktop ((APTR) &_MSG_BT_Desktop)
  39. extern const APTR _MSG_BT_Phone;
  40. #define MSG_BT_Phone ((APTR) &_MSG_BT_Phone)
  41. extern const APTR _MSG_BT_View;
  42. #define MSG_BT_View ((APTR) &_MSG_BT_View)
  43. extern const APTR _MSG_BT_End;
  44. #define MSG_BT_End ((APTR) &_MSG_BT_End)
  45. extern const APTR _MSG_Info_Win;
  46. #define MSG_Info_Win ((APTR) &_MSG_Info_Win)
  47. extern const APTR _MSG_TX_ueber;
  48. #define MSG_TX_ueber ((APTR) &_MSG_TX_ueber)
  49. extern const APTR _MSG_BT_OK;
  50. #define MSG_BT_OK ((APTR) &_MSG_BT_OK)
  51.  
  52. #endif /* !fax_CAT_H */
  53.